[INFO] cloning repository https://github.com/demurgos/rich
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/demurgos/rich" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdemurgos%2Frich", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdemurgos%2Frich'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4b34d6d4a358d5c4b15f456e1833cdbb9edde24c
[INFO] fixing demurgos/rich against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdemurgos%2Frich" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/demurgos/rich
[INFO] finished tweaking git repo https://github.com/demurgos/rich
[INFO] tweaked toml for git repo https://github.com/demurgos/rich written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/demurgos/rich on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/demurgos/rich already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded drop_bomb v0.1.5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 3ac966aaf99367418cabea0b40ec49cdeb2435d5e9909c3e6869f18fa01903b8
[INFO] running `Command { std: "docker" "start" "3ac966aaf99367418cabea0b40ec49cdeb2435d5e9909c3e6869f18fa01903b8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3ac966aaf99367418cabea0b40ec49cdeb2435d5e9909c3e6869f18fa01903b8" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3ac966aaf99367418cabea0b40ec49cdeb2435d5e9909c3e6869f18fa01903b8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3ac966aaf99367418cabea0b40ec49cdeb2435d5e9909c3e6869f18fa01903b8" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.94
[INFO] [stderr]     Checking unicode-ident v1.0.18
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]     Checking drop_bomb v0.1.5
[INFO] [stderr]     Checking styp v0.1.1 (/opt/rustwide/workdir/crates/styp)
[INFO] [stderr]     Checking quote v1.0.40
[INFO] [stderr]     Checking syn v2.0.100
[INFO] [stderr]     Checking rich_derive_impl v0.1.1 (/opt/rustwide/workdir/crates/rich_derive_impl)
[INFO] [stderr]     Checking rich_serde_derive v0.1.1 (/opt/rustwide/workdir/crates/rich_serde_derive)
[INFO] [stderr]     Checking rich_derive v0.1.1 (/opt/rustwide/workdir/crates/rich_derive)
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]     Checking serde_json v1.0.140
[INFO] [stderr]     Checking rich v0.1.1 (/opt/rustwide/workdir/crates/rich)
[INFO] [stdout] error[E0432]: unresolved imports `crate::Meta`, `crate::WrappedMeta`
[INFO] [stdout]  --> crates/rich/src/ecosystem/serde_json1.rs:1:13
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::{Meta, MetaId, StructuralProjection, WrappedMeta};
[INFO] [stdout]   |             ^^^^ no `Meta` in the root          ^^^^^^^^^^^ no `WrappedMeta` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::BoolView`
[INFO] [stdout]  --> crates/rich/src/ecosystem/serde_json1.rs:5:15
[INFO] [stdout]   |
[INFO] [stdout] 5 |   use crate::{BoolView, Rich};
[INFO] [stdout]   |               ^^^^^^^^ no `BoolView` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0437]: type `Meta` is not a member of trait `StructuralProjection`
[INFO] [stdout]   --> crates/rich/src/ecosystem/serde_json1.rs:28:5
[INFO] [stdout]    |
[INFO] [stdout] 28 |     type Meta = Option<ValueMeta>;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `StructuralProjection`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `crate::Meta`, `crate::WrappedMeta`
[INFO] [stdout]  --> crates/rich/src/ecosystem/serde_json1.rs:1:13
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::{Meta, MetaId, StructuralProjection, WrappedMeta};
[INFO] [stdout]   |             ^^^^ no `Meta` in the root          ^^^^^^^^^^^ no `WrappedMeta` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::BoolView`
[INFO] [stdout]  --> crates/rich/src/ecosystem/serde_json1.rs:5:15
[INFO] [stdout]   |
[INFO] [stdout] 5 |   use crate::{BoolView, Rich};
[INFO] [stdout]   |               ^^^^^^^^ no `BoolView` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0437]: type `Meta` is not a member of trait `StructuralProjection`
[INFO] [stdout]   --> crates/rich/src/ecosystem/serde_json1.rs:28:5
[INFO] [stdout]    |
[INFO] [stdout] 28 |     type Meta = Option<ValueMeta>;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `StructuralProjection`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: missing generics for trait `styp::StructuralProjection`
[INFO] [stdout]    --> crates/rich/src/ecosystem/serde_json1.rs:27:8
[INFO] [stdout]     |
[INFO] [stdout]  27 |   impl StructuralProjection for ::serde_json1::value::Value {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^ expected 1 generic argument
[INFO] [stdout]     |
[INFO] [stdout] note: trait defined here, with 1 generic parameter: `TyProjector`
[INFO] [stdout]    --> crates/styp/src/lib.rs:503:11
[INFO] [stdout]     |
[INFO] [stdout] 503 | pub trait StructuralProjection<TyProjector> {
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^ -----------
[INFO] [stdout] help: add missing generic argument
[INFO] [stdout]     |
[INFO] [stdout]  27 |   impl StructuralProjection<TyProjector> for ::serde_json1::value::Value {
[INFO] [stdout]     |                            +++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: missing generics for trait `styp::StructuralProjection`
[INFO] [stdout]    --> crates/rich/src/ecosystem/serde_json1.rs:27:8
[INFO] [stdout]     |
[INFO] [stdout]  27 |   impl StructuralProjection for ::serde_json1::value::Value {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^ expected 1 generic argument
[INFO] [stdout]     |
[INFO] [stdout] note: trait defined here, with 1 generic parameter: `TyProjector`
[INFO] [stdout]    --> crates/styp/src/lib.rs:503:11
[INFO] [stdout]     |
[INFO] [stdout] 503 | pub trait StructuralProjection<TyProjector> {
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^ -----------
[INFO] [stdout] help: add missing generic argument
[INFO] [stdout]     |
[INFO] [stdout]  27 |   impl StructuralProjection<TyProjector> for ::serde_json1::value::Value {
[INFO] [stdout]     |                            +++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> crates/rich/src/ecosystem/serde_json1.rs:63:54
[INFO] [stdout]    |
[INFO] [stdout] 63 |           ValueVisit::Array(ArrayView::new(Rich::new(value, meta)))
[INFO] [stdout]    |                                            --------- ^^^^^ expected `&Vec<Value>`, found `Vec<Value>`
[INFO] [stdout]    |                                            |
[INFO] [stdout]    |                                            arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected reference `&Vec<_>`
[INFO] [stdout]                  found struct `Vec<_>`
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> crates/rich/src/lib.rs:51:16
[INFO] [stdout]    |
[INFO] [stdout] 51 |   pub const fn new(value: T, meta: M) -> Self {
[INFO] [stdout]    |                ^^^ --------
[INFO] [stdout] help: consider borrowing here
[INFO] [stdout]    |
[INFO] [stdout] 63 |           ValueVisit::Array(ArrayView::new(Rich::new(&value, meta)))
[INFO] [stdout]    |                                                      +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> crates/rich/src/ecosystem/serde_json1.rs:71:56
[INFO] [stdout]    |
[INFO] [stdout] 71 |           ValueVisit::Object(ObjectView::new(Rich::new(value, meta)))
[INFO] [stdout]    |                                              --------- ^^^^^ expected `&Map<String, Value>`, found `Map<String, Value>`
[INFO] [stdout]    |                                              |
[INFO] [stdout]    |                                              arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected reference `&serde_json::Map<_, _>`
[INFO] [stdout]                  found struct `serde_json::Map<_, _>`
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> crates/rich/src/lib.rs:51:16
[INFO] [stdout]    |
[INFO] [stdout] 51 |   pub const fn new(value: T, meta: M) -> Self {
[INFO] [stdout]    |                ^^^ --------
[INFO] [stdout] help: consider borrowing here
[INFO] [stdout]    |
[INFO] [stdout] 71 |           ValueVisit::Object(ObjectView::new(Rich::new(&value, meta)))
[INFO] [stdout]    |                                                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> crates/rich/src/ecosystem/serde_json1.rs:63:54
[INFO] [stdout]    |
[INFO] [stdout] 63 |           ValueVisit::Array(ArrayView::new(Rich::new(value, meta)))
[INFO] [stdout]    |                                            --------- ^^^^^ expected `&Vec<Value>`, found `Vec<Value>`
[INFO] [stdout]    |                                            |
[INFO] [stdout]    |                                            arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected reference `&Vec<_>`
[INFO] [stdout]                  found struct `Vec<_>`
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> crates/rich/src/lib.rs:51:16
[INFO] [stdout]    |
[INFO] [stdout] 51 |   pub const fn new(value: T, meta: M) -> Self {
[INFO] [stdout]    |                ^^^ --------
[INFO] [stdout] help: consider borrowing here
[INFO] [stdout]    |
[INFO] [stdout] 63 |           ValueVisit::Array(ArrayView::new(Rich::new(&value, meta)))
[INFO] [stdout]    |                                                      +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> crates/rich/src/ecosystem/serde_json1.rs:71:56
[INFO] [stdout]    |
[INFO] [stdout] 71 |           ValueVisit::Object(ObjectView::new(Rich::new(value, meta)))
[INFO] [stdout]    |                                              --------- ^^^^^ expected `&Map<String, Value>`, found `Map<String, Value>`
[INFO] [stdout]    |                                              |
[INFO] [stdout]    |                                              arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected reference `&serde_json::Map<_, _>`
[INFO] [stdout]                  found struct `serde_json::Map<_, _>`
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> crates/rich/src/lib.rs:51:16
[INFO] [stdout]    |
[INFO] [stdout] 51 |   pub const fn new(value: T, meta: M) -> Self {
[INFO] [stdout]    |                ^^^ --------
[INFO] [stdout] help: consider borrowing here
[INFO] [stdout]    |
[INFO] [stdout] 71 |           ValueVisit::Object(ObjectView::new(Rich::new(&value, meta)))
[INFO] [stdout]    |                                                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0107, E0308, E0432, E0437.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0107`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rich` (lib) due to 6 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] Some errors have detailed explanations: E0107, E0308, E0432, E0437.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0107`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rich` (lib test) due to 6 previous errors
[INFO] running `Command { std: "docker" "inspect" "3ac966aaf99367418cabea0b40ec49cdeb2435d5e9909c3e6869f18fa01903b8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3ac966aaf99367418cabea0b40ec49cdeb2435d5e9909c3e6869f18fa01903b8", kill_on_drop: false }`
[INFO] [stdout] 3ac966aaf99367418cabea0b40ec49cdeb2435d5e9909c3e6869f18fa01903b8
